home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / jaxtalk.arc / JT.DOC < prev   
Encoding:
Text File  |  1985-09-05  |  1.8 KB  |  57 lines

  1.  
  2.  
  3.                                J A X T A L K
  4.  
  5.                         Version 1.01, Sept. 6, 1985
  6.  
  7.                   The World's Smallest IBM PC Comm Program
  8.                       (CROSSTALK, eat your heart out!)
  9.  
  10.  
  11. Note the size of the .COM file.  (469 bytes unless rounded up by XMODEM or a
  12. library utility.  ARC will not round up.)
  13.  
  14. To run:     Type   JT <ENTER>
  15.  
  16. To quit (to DOS):     Press   <ESC>
  17.  
  18. Operation:
  19.  
  20.      Use your modem commands to operate.  For example, using Hayes-compatible
  21. commands --
  22.  
  23.      ATE1  enables modem echo to display what you type before a "connect".
  24.  
  25.      ATDT 1-207-766-2467 dials a good BBS.  (ATDP if pulse dial system)
  26.  
  27.      ATH to hang up.
  28.  
  29.       If you see <R>, <S>, or <B> printed to the screen, they are
  30.       indications of the receive, send, and buffer overflow errors.
  31.  
  32.      An internal 32-byte comm buffer seems to do a good job at 1200 bps.
  33.  
  34.      Comm parameters are hard coded as COM1:1200,N,8,1.  DEBUG may be used to
  35. change bps from 1200 to 300 or 2400 by changing the byte at offset 174H from
  36. the value 83H (1200 bps) to 43H (300 bps) or A3H (2400 bps).  Example:
  37.  
  38. D>debug jt.com
  39. -e174
  40. xxxx:0174  83.A3
  41. -w
  42. Writing 01D5 bytes
  43. -q
  44.  
  45.      If you choose to play with JT, I advise originating the call with it.
  46. Don't start JT after a "connect" using another comm program, or you'll lose the
  47. connection.  JT also drops carrier when terminating (pressing <ESC>).
  48.  
  49.                                  Jack Kilday, Sysop
  50.                                  Northern Lights BBS
  51.                                  207-766-2467   2400/1200    24 hrs, 7 days
  52.                                     9/6/85
  53.  
  54. v1.01 - Eliminated test for DSR since older style Hayes 1200's do not return a
  55.         DSR until carrier detect.  Now tests only for CTS.  Shaved 13 bytes
  56.         off program size.
  57.